* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a:link,
a:active,
a:visited,
a:hover
	{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
.pages-turn{width:100%;height:auto;padding-top:30px;text-align:center;position:relative;overflow:hidden; }/*分页*/
.pages-turn span{
	display:inline-block;width:35px;height:35px;text-align:center;font-family:'Arial';background-color:#B56937;line-height: 35px;    margin: 5px;color: #ffffff;
}
.pages-turn a{display:inline-block;width:35px;height:35px;color:#000000;  text-align:center;font-family:'Arial';background-color:#F0F0F0;line-height: 35px;margin: 5px; }

.pages-turn a.on, .pages-turn a:hover{background-color:#B56937;color:#ffffff;border-color:#0075f6;}
.pages-turn a:first-child{width: 108px;background-color:#F0F0F0; color: #555555;float: left;}
.pages-turn a:last-child{width: 108px;background-color:#F0F0F0; color: #555555;float: right;}
a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
	max-width: 100%;
	width: 100%;
}
.header{
	position: relative;
	width: 100%;
	background-color: #fff;
}
.header .header-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 32px 0 22px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .header-t .l img{
	display: block;
}
.header .header-t .r{
	display: flex;
	align-items: center;
}
.header .header-t .r .tel{
	display: flex;
	align-items: center;
	font-size: 22px;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-weight: 400;
	color: #666666;
	line-height: 1;	
}
.header .header-t .r .tel .icon{
	width: 28px;
	height: 28px;
	line-height: 22px;
	text-align: center;
	border: 1px solid rgba(229, 229, 229, 1);
	border-radius: 50%;
	/* font-size: 28px;
	color:; */
	margin-right: 10px;
}
.header .header-t .r .tel .icon .iconfont{
	color: #afafaf;
}
.header .header-b ul{
	display: flex;
	align-items: center;
}
.header .header-b ul li{
	position: relative;
	padding: 19px 27px;
}
.header .header-b ul li::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #AE6432;
	opacity: 0;
}
.header .header-b ul li.active::before,
.header .header-b ul li:hover::before{
	opacity: 1;
}
.header .header-b ul li:not(:last-child){
	margin-right: 30px;
}
.header .header-b ul li a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;	
}
.header .header-search {
	margin-left: 30px;
	position: relative;
	display: flex;
	align-items: center;
}
.header .header-search .input{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 15px;
	width: 260px;
	height: 36px;
	border: 1px solid rgba(229, 229, 229, 1);
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-right: 15px;
	display: none;
	border-right: none;
	
border-radius: 18px;
}
.header .header-search .input.active{
	display: flex;
}
.header .header-search .input .sousuo-text{
    width: 73px;
    text-align: center;
	padding:  0 10px;
	height: 100%;
	line-height: 33px;
background: #000000;
border-radius: 0px 18px 18px 0px;
color: #fff;
}
.header .header-search .input input{
	border: none;
	padding: 0 10px 0 0;
	outline: none;
	flex: 1;
	width: 100%;
	height: 100%;
}
.header .header-search .icon-sousuo {
	font-size: 24px;
	color: #cbcbcb;
	cursor: pointer;
}

.header .header-search .searchbox {
	position: absolute;
	display: none;
	width: 300px;
	height: 40px;
	top: 50px;
	right: 0;
	z-index: 2;
	background-color: #fff;

}

.header .header-search .searchbox.active {
	display: flex;
}

.header .header-search .searchbox input {
	flex: 1;
	height: auto;
	border: none;
	outline: none;
	padding-left: 20px;
	box-sizing: border-box;
}

.header .header-search .searchbox .btn {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f0f0f0;
	cursor: pointer;
}

.header .header-search .searchbox .btn .icon-sousuo {
	color: #222;
}
.footer{
	background-color: rgba(51, 51, 51, 1);
}
.footer .footer-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 32px 0 29px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer .footer-t .r ul{
	display: flex;
	align-items: center;
}
.footer .footer-t .r li{
	margin-left: 20px;
}
.footer .footer-t .r a{
	color: rgba(255,255,255,0.8);
}
.footer .footer-t .r a .iconfont{
	font-size: 22px;
}
.footer .footer-t .r a .iconfont.icon-youtube{
	display: block;
	transform: scale(0.8);
}
.footer .footer-c{
	display: flex;
	padding: 40px 0 15px;
	justify-content: space-between;
}
.footer .footer-c .title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;	
}
.footer .footer-c .l {
	width: 240px;
}
.footer .footer-c .l .text-box{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.3;	
	margin-top: 23px;
}
.footer .footer-c .l .ewm{
	margin-top: 14px;
}
.footer .footer-c .r{
	width: 71.15%;
}
.footer .footer-c .r ul{
	display: flex;
	justify-content: space-between;
}
.footer .footer-c .r .title{
	margin-bottom: 24px;
}
.footer .footer-c .r .li-text a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.3;	
}
.footer .footer-b{
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 25px 0;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 36px;
}
.footer .footer-b a{
	color: #888;
}
.m_right {
	display: none;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pagination ul {
	display: flex;
	justify-content: center;
}

.pagination ul li {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	margin: 0 5px;
	cursor: pointer;
	background: #EEEEEE;
}

.pagination ul li:first-child,
.pagination ul li:last-child {
	width: 62px;
	color: rgba(51, 51, 51, 1);
}

.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(51, 51, 51, 1);
	color: #fff;
}

.pagination ul li a {
	color: #333;
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1199px) {
	.header .header-b ul li{
		padding: 19px 10px;
	}
	
}
@media (max-width:1024px) {
	.header-b{
		display: none;
	}
	.header .header-search{
		display: none;
	}
	.m_right {
		display: block;
		margin-left: 30px;
	}
	.header .header-t{
		padding: 20px 0;
	}
	.m_right .m_right_buttom {
		height: 40px;
		width: 40px;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
	}

	.m_right .m_right_buttom .iconfont {
		font-size: 22px;
		color: #333;
		font-weight: bold;
	}

	.m_right .m_aside {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		background-color: rgba(248, 248, 248, 1);
		z-index: 999;
		transform: translateX(100%);
		transition: all 0.6s;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	.m_right .m_aside.active {
		transform: translateX(0);
	}

	.m_right .m_aside li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		text-align: center;
		padding: 8px 0;
	}
	.m_right .m_aside li.hasNav>a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 18px;
		color: #fff;
	}
	.m_right .m_aside li .sub-nav{
			display: none;
			padding-left: 20px;
	}
	/* :hover .sub-nav{
		display: block;
	} */
	.m_right .m_aside li .sub-nav a{
		color: #333;
		font-size: 16px;
		line-height: 2;
	}
	.m_aside li .zh {
		font-size: 18px;
		line-height: 28px;
		color: #333;
	}

	.m_aside li .en {
		font-size: 16px;
		color: #999999;
	}

	.m_searchbox_li .iconfont {
		font-size: 24px;
		color: #999;
		cursor: pointer;
	}

	.m_searchbox {
		display: none;
		margin: 0 auto;
		justify-content: center;
		margin-top: 10px;
		align-items: flex-start;
	}

	.m_searchbox.active {
		display: flex;
	}

	.m_searchbox input {
		width: 70%;
		height: 32px;
		border: 1px solid #D0D0D0;
		border-right: none;
		outline: none;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.m_searchbox .btn {
		background-color: #F0F0F0;
		width: 37px;
		height: 32px;
		line-height: 32px;
		text-align: center;
	}
}
@media (max-width:768px) {
	.header .header-t .l img{
		height: 30px;
	}
	.header .header-t .r .tel{
		font-size: 18px;
	}
	.header .header-t .r .tel .icon{
		width: 22px;
		height: 22px;
		line-height: 18px;
	}
	.header .header-t .r .tel .icon .iconfont{
		font-size: 12px;
	}
	.footer .footer-c .r{
        display: none;
    }
	.footer .footer-c .l{
		width: 100%;
	}
	.footer .footer-b{
		line-height: 24px;
	}
}
@media (max-width:500px){
	.header .header-t .r .tel{
		font-size: 14px;
	}
	.header .header-t .l img{
		height: 25px;
	}
	.m_right{
		margin-left: 10px;
	}
	.header .header-t{
		padding: 10px 0;
	}
	.header .header-t .r .tel .icon{
		margin-right: 4px;
	}
	.footer .footer-t .l img{
		height: 30px;
	}
	.footer .footer-t .r li{
		margin-left: 5px;
	}
}